home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / samples / arcnet / transports < prev    next >
Encoding:
Text File  |  1990-10-23  |  793 b   |  20 lines

  1. # @(#)samples/arcnet/transports    1.2 10/24/90 05:19:49
  2. #
  3. # A transport to support the arcnet send/recvd protocol over the /net
  4. # filesystem.  This works on a Fortune 32:16.  The basic idea is to
  5. # hand a message to send.sh to be transmitted.  The message should be
  6. # delivered to send.sh in batched SMTP format.
  7.  
  8. arcnet:    driver=pipe,        # deliver to a command through a pipe
  9.     bsmtp;            # supply SMTP commands
  10.  
  11.     # pass the host and message-id to the send shell script
  12.     cmd="/bin/sh /usr/lib/smail/forpro/send.sh ${lc:host} $message_id",
  13.     user=root,        # keep files from being generally accessible
  14.     umask=0600,        #     " "
  15.     -log_output,        # don't waste energy logging stderr
  16.  
  17.     # if the shell script fails, then the host is probably down,
  18.     # so we should retry delivery at a later time.
  19.     defer_child_errors
  20.